process Number Process reference number of process to pass to the
frontmost level
BRING TO FRONT moves the process indicated by process ID to the front, thus making it the active process. All the windows of process are brought to the front, in their correct layering order. If the process is already the frontmost process, the command does nothing. If the process is hidden, you must use SHOW PROCESS to display the process, otherwise the BRING TO FRONT has no effect.
The User/Runtime process can be brought to the front using this command.
The following example is a global procedure that can be executed from a menu. It checks to see if the frontmost process is the ◊Customers process. If not, it brings it to the front:
If (Frontmost process#O◊Customers) ` If customer list not shown
BRING TO FRONT (◊Customers) ` Bring the list to the front